@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* {
   font-family: "Poppins", sans-serif;
} */

body{
    padding: 0;
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
}
.nav-link.custom-active {
    color: #3680bb !important;       /* Purple text */
    font-weight: 600;                /* Slightly bold */
    position: relative;
  }
  
  .nav-link.custom-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;                    /* Space between text & underline */
    width: 100%;
    height: 2px;
    background-color: #3680bb;       /* Same as text color */
    border-radius: 2px;
  }
  
  
.header_section {
    padding: 10px 0px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header_section.scrolled{
    /* background: rgba(255, 255, 255, 0.8); */
    background: rgba(255, 255, 255, 1);
}
.navbar-toggler {
    border: 1px solid #FFFFFF14;
    box-shadow: none !important;
    border-radius: 8px;
}
.navbar-brand img{
    height: 50px;
    width: auto;
}
.navbar ul li a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #0f273f !important;
    position: relative;
}
.navbar ul li a.active{
    font-weight: 500;    
}
.navbtn_main{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
}
.navbtn_main button{
    padding: 8px 16px;
    border-radius: 30px;
    color: #0f273f;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    border: none;
}
.navbtn_main button.login_btn{
    background: #3680bb;
    color: #FFFFFF;
    min-width: 120px;
}
.navbtn_main select{
    box-shadow: none !important;
    padding: 8px 10px;
    min-width: 90px;
    background-color: transparent;
    border: 1px solid #0f273f;
}

        /* Fix for header overlap issue */
        .header_section {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .form-section {
            margin-top: 120px;
            padding-top: 2rem;
        }
        .cl{
            color: #3680bb !important;
        }
        .bgc{
            background-color: #3680bb !important;
        }
        /* Ensure form content doesn't go under header */
        @media (max-width: 768px) {
            .form-section {
                margin-top: 100px;
            }
        }
.hero_section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}
.hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.52); /* overlay */
  z-index: -1;
}
.hero_content {
    position: relative;
    padding: 20px;
    width: 100%;
    max-width: 992px;
}
.hero_content_txt_div{
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.hero_content_txt_div h1 {
    font-weight: 600;
    font-size: 42px;
    color: #3680bb;
}
.hero_content_txt_div p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32.5px;
    margin-top: 15px;
}
.hero_bar_main_div{
    margin-top: 40px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    gap: 20px;
}
.hero_bar_select_div{
    width: 100%;
    padding-right: 30px;
}
.hero_bar_select_div:first-child{
    border-right: 1px solid #000;
}
.hero_bar_select_div select{
    padding: 12px 10px;
    box-shadow: none !important;
    width: 100%;
    border: none;
}
.hero_btn {
    border: none;
    background: #3680bb;
    color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 8px;
    transition: background 0.3s ease;
    min-width: 160px;
    font-size: 20px;
}
.home_section_two{
    padding: 40px 0px;
}
.home_sec2_title_inner{
    margin-top: 25px;
}
.home_sec2_title_inner h1{
    color: #3680bb;
    font-weight: 700;
    font-size: 42px;
}
.home_sec2_title_inner h5{
    color: #3680bb;
    font-weight: 600;
    font-size: 24px;
}
.home_sec2_title_inner p{
    color: #0f273f;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}
.home_sec2_title_inner p a{
    color: #3680bb;
    text-decoration: none;
}
.home_sec2_video {
    position: relative;
}
.home_sec2_video video{
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 16px;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #001d39;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #FFFFFF;
    transition: 0.3s;
    font-size: 28px;
}
.home_sec2_video:hover .video-btn {
    opacity: 1;
}
.video-btn.hide {
    opacity: 0;
    pointer-events: none;
}
.home_section_three{
    padding: 50px 0px;
}
.home_sec3_title{
    text-align: center;
}
.home_sec3_title h1{
    color: #3680bb;
    font-weight: 700;
    font-size: 42px;
}
.home_sec3_title p{
    color: #0f273f;
    font-weight: 400;
    font-size: 18px;
}
.home_sec3_swiper{
    margin-top: 0px;
}
.home_sec3_swiper_inner{
    padding: 30px 50px;
    height: auto;
    min-height: 365px;
}
.home_sec3_swiper_inner .row{
    align-items: center;
}
.home_sec3_swiper_inner_txt h3{
    font-weight: 600;
    font-size: 36px;
    color: #001d39;
}
.home_sec3_swiper_inner_txt p{
    color: #0f273f;
    font-weight: 400;
    font-size: 17px;
    margin-top: 15px;
}
.home_sec3_swiper_inner_img img{
    height: 300px;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    object-fit: contain;
}
.home_sec3_swiper .swiper-pagination-bullet{
    height: 16px;
    width: 16px;
}
.home_sec3_swiper .swiper-button-prev, 
.home_sec3_swiper .swiper-button-next{
    height: 40px;
    width: 40px;
    background: #3680bb;
    border-radius: 50%;
    top: unset;
    bottom: 10px;
}
.home_sec3_swiper .swiper-pagination-bullet-active{
    background-color: #0f273f;
}
.home_sec3_swiper .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px;
    color: #FFFFFF;
}
.pricing_section{
    padding: 50px 0px;
}
.pricing_tabs_content{
    margin-top: 40px;
}
.pricing_toggle{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.pricing_toggle .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
    margin: 0 10px;
}
.pricing_toggle .switch input { 
    display: none; 
}
.pricing_toggle .slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 34px;
    top: 0px; 
    left: 0; 
    right: 0; 
    bottom: 0;
    transition: .4s;
}
.pricing_toggle .slider:before {
    position: absolute;
    content: "";
    height: 18px; 
    width: 18px;
    left: 4px; 
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
}
.pricing_toggle input:checked + .slider { 
    background-color: #3680bb; 
}
.pricing_toggle input:checked + .slider:before { 
    transform: translateX(27px); 
}
.pricing_card_body{
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #EFF0F6;
    box-shadow: 0px 2px 12px 0px #14142B14;
    border-radius: 24px;
    padding: 30px 25px;
    margin-top: 40px;
    transition: all 0.3s ease;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #3680bb;
}
.pricing_card_body:hover{
    transform: translate(0px, -15px);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}
.pricing_card_body .pop_tag{
    background-color: #3680bb;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    padding: 12px 10px;
    text-align: center;
    position: absolute;
    width: 160px;
    top: 25px;
    right: -40px;
    transform: rotate(45deg);
    color: #FFFFFF;
}
.pricing_card_img{
    text-align: center;
}
.pricing_card_img h5{
    padding-top: 25px;
    font-weight: 700;
    font-size: 48px;
    line-height: 30px;
    color: #3680bb;
}
.pricing_card_img h6{
    padding-top: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #001d39;
}
.pricing_card_inner{
    margin-top: 20px;
    height: auto;
    min-height: 200px;
}
.pricing_card_inner h3{
    color: #0f273f;
    font-weight: 600;
    font-size: 20px;
}
.pricing_card_inner ul{
    padding-left: 0;
}
.pricing_card_inner ul li{
    padding-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #0f273f;
    list-style-type: none;
    display: flex;
    gap: 6px;
}
.pricing_card_inner ul li i{
    color: green;
}
.pricing_card_body button{
    background-color: #3680bb;
    padding: 12px 15px;
    width: 100%;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 30px;
    border: 1px solid #3680bb;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.pricing_last_btn{
    margin-top: 40px;
    text-align: center;
}
.pricing_last_btn button{
    background-color: #3680bb;
    padding: 12px 20px;
    min-width: 170px;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 30px;
    border: 1px solid #3680bb;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.home_section_four{
    padding: 50px 0px;
}
.home_sec4_title{
    width: 100%;
    max-width: 768px;
    margin: auto;
    margin-top: 30px;
}
.home_sec4_title span{
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    color: #0f273f;
    border: 1px solid #0f273f;
}
.home_sec4_title h1{
    margin-top: 30px;
    color: #3680bb;
    font-weight: 700;
    font-size: 42px;
}
.home_sec4_title p{
    color: #0f273f;
    font-weight: 400;
    font-size: 18px;
}
.home_sec4_btns{
    display: flex;
    align-items: center;
    gap: 15px;
}
.home_sec4_btns button{
    padding: 8px 16px;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    background: #3680bb;
    border: 1px solid #3680bb;
    min-width: 120px;
}
.home_sec4_btns button.active_btn{
    background: transparent;
    color: #3680bb;
    border: 1px solid #3680bb;
}
.home_sec4_right_card_body{
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1098039216);
    padding: 30px;
    border-radius: 8px;
}
.sec4_right_card_title{
    display: flex;
    gap: 8px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1098039216);
}
.sec4_right_card_title h3{
    font-size: 20px;
    font-weight: 700;
    color: #0f273f;
    margin-bottom: 0;
}
.sec4_right_card_title img{
    height: 25px;
    width: auto;
}
.sec4_right_card_txt1{
    padding-top: 10px;
    min-height: 170px;
    /* border-bottom: 1px dotted rgba(0, 0, 0, 0.1098039216); */
}
.sec4_right_card_txt1 ul{
    padding-left: 0;
}
.sec4_right_card_txt1 ul li{
    padding-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0f273f;
    list-style-type: none;
    display: flex;
    gap: 6px;
}
.sec4_right_card_txt1 ul li i{
    color: #3680bb;
    font-size: 24px;
}
.home_sec4_right_card_body a{
    text-decoration: none;
}
.home_sec4_right_card_body button{
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    background-color: transparent;
    margin-top: 15px;
    color: #0f273f;
    font-weight: 600;
}


.home_section_five{
    background: #F5F5F5;
    padding: 50px 0px 70px 0px;
    margin-top: 50px;
}
.home_sec5_title{
    text-align: center;
}
.home_sec5_title h1{
    color: #3680bb;
    font-weight: 700;
    font-size: 42px;
}
.home_sec5_title p{
    color: #0f273f;
    font-weight: 400;
    font-size: 18px;
}
.home_sc5_swiper_main{
    margin-top: 50px;
    padding: 0px 80px;
    position: relative;
}
.home_sc5_swiper_main .swiper{
    position: unset;
}
.home_sc5_swiper_main .swiper-wrapper{
    position: unset;
}
.home_sec5_swiper_inner{
    background: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    min-height: 200px;
}
/* .home_sc5_swiper_main .swiper-button-prev, .swiper-button-next{
    height: 40px;
    width: 40px;
    background: #3680bb;
    border-radius: 50%;
}
.home_sc5_swiper_main .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px;
    color: #FFFFFF;
}
.home_sc5_swiper_main .swiper-button-next:after{
    margin: 0px 0px 0px 3px;
}
.home_sc5_swiper_main .swiper-button-prev:after{
    margin: 0px 3px 0px 0px;
} */
.home_sec5_swiper_inner_txt1{
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: start;
}
.home_sec5_swiper_inner_txt1 h4{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.18px;
    vertical-align: middle;
    color: #3680bb;
    margin-bottom: 0;
}
.home_sec5_swiper_inner_txt1 p{
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    color: #0f273f;
}
.home_sec5_swiper_inner_txt2 p{
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #0f273f;
    margin-bottom: 0;
    margin-top: 15px;
}
.home_sec5_swiper_stars i{
    font-size: 16px;
    color: #FF7F3E;
}

/* Footer_Section ========= */

.footer_section{
    background: rgba(206, 164, 75, 0.7);
    padding-top: 40px;
    margin-top: 60px;
}
.footer_disclaimer{
    padding-bottom: 30px;
    border-bottom: 1px solid #0f273f;
}
.footer_disclaimer h3{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.18px;
    vertical-align: middle;
    color: #0f273f;
    margin-bottom: 0;
}
.footer_disclaimer h3 span{
    color: #3680bb;
}
.footer_second_main{
    border-bottom: 1px solid #374151;
    padding: 20px 0px 40px 0px;
}
.footer_sec_txt1{
    padding-top: 20px;
}
.footer_sec_txt1 img{
    height: 60px;
    width: 100%;
    max-width: 240px;
}
.footer_sec_txt1 p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0f273f;
    margin-bottom: 0;
    padding-right: 10px;
}
.footer_links_inner{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_links_inner h5{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
    color: #0f273f;
}
.footer_links_inner a{
    font-weight: 400;
    font-size: 16px;
    color: #0f273f;
    text-decoration: none;
}
.footer_last_main{
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.footer_last_main p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0f273f;
    margin-bottom: 0; 
}
.footer_last_inner{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}
.footer_last_inner a{
    font-weight: 400;
    font-size: 14px;
    color: #0f273f;
    text-decoration: none;
}
.privacy_section_one{
    padding: 60px 0px;
    margin-top: 60px;
}
.privacy_sec1_img img{
    margin-top: 30px;
    height: 644px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.privacy_sec1_text1{
    margin-top: 30px;
}
.privacy_sec1_text1 h6{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    color: #0f273f;
}
.privacy_sec1_text1 p{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #252626B2;
}
.privacy_sec1_text2{
    margin-top: 40px;
}
.privacy_sec1_text2 h5{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0px;
    color: #0f273f;
    margin-bottom: 0;
}
.privacy_sec1_text2 p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #252626B2;
    margin-bottom: 0;
}
.privacy_sec1_text2 p b{
    color: #252626;
    font-weight: 600;
}
.privacy_sec1_text2 ul li{
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #252626B2;
    position: relative;
    list-style-type: square;
}
.privacy_sec1_text2 ul li strong{
    color: #252626;
    font-weight: 500;
}
.faqs_section_one{
    margin-top: 60px;
    padding: 60px 0px;
}
.faqs_tabs_accordions{
    margin-top: 40px;
}
.faqs_tabs_accordions .accordion-item{
    background: #F2F2F2;
    border: 0.5px solid #2526264D;
    border-radius: 8px;
    margin-top: 20px;
}
.faqs_tabs_accordions .accordion-button{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    border-radius: 20px;
    color: #252626;
}
.faqs_tabs_accordions .accordion-body{
    padding: 0px 20px 15px 20px;
}
.faqs_tabs_accordions .accordion-body p{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #252626B2;
    margin-bottom: 0;
}
.faqs_tabs_accordions .accordion-button:not(.collapsed)::after{
    background-image: url(../../assets/img/add.png);
    transform: rotate(45deg);
}
.faqs_tabs_accordions .accordion-button::after{
    background-image: url(../../assets/img/add.png);
}
.faq_title h1{
    font-weight: 600;
    font-size: 36px;
    color: #3680bb;
    text-align: center;
}


.pricing_section_one{
    margin-top: 120px;
    padding: 50px 0px;
}
.pricing_title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #3680bb;
    text-align: center;
}
.pricing_title p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #0f273f;
}
.pricing_table_main{
    display: none; /* hidden by default */
    width: 100%;
    overflow-x: auto;
    margin-top: 60px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.pricing_table_main .table{
    border-radius: 10px;
    margin-bottom: 0;
}
.pricing_table_main .tbl_head{
    margin-bottom: 0;
    min-width: 150px;
    font-size: 18px;
}
.pricing_table_main .table thead tr th{
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
}
.pricing_table_main .table thead tr th:first-child{
    border-radius: 20px 0px 0px 0px;
}
.pricing_table_main .table thead tr th:last-child{
    border-radius: 0px 20px 0px 0px;
}
.pricing_table_main .table tbody tr td{
    padding: 20px;
    box-shadow: none !important;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}
.bi-x-circle{
    font-size: 18px;
    color: red;
}
.bi-check-circle{
    font-size: 18px;
    color: green;
}
.pricing_table_main .table_btns button{
    background-color: #0A2540;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    padding: 16px 20px;
    border-radius: 30px;
}
.pricing_table_main .table_btns button.btn_active{
    background-color: #FFFFFF;
    color: #0A2540;
}
.pricing_table_main .table tbody tr{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.home_section_how_it_works{
    padding: 50px 0px;
    background: #F8F9FA;
}
.home_how_it_works_title{
    text-align: center;
    margin-bottom: 50px;
}
.home_how_it_works_title h1{
    color: #3680bb;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 15px;
}
.home_how_it_works_title p{
    color: #0f273f;
    font-weight: 400;
    font-size: 18px;
}
.home_how_it_works_steps{
    margin-top: 30px;
}
.how_it_works_step{
    text-align: center;
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}
.how_it_works_step:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.step_number{
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3680bb, #2a6ba0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    box-shadow: 0 4px 15px rgba(54, 128, 187, 0.3);
}
.step_number span{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}
.step_content h3{
    color: #3680bb;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.step_content p{
    color: #0f273f;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
.home_section_six{
    margin-top: 50px;
    padding: 50px 0px;
}
.home_sec6_clients_main{
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_sec6_clients_inner{
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}
.home_sec6_clients_inner img{
    height: 100px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}
.pricing_tabs_main{
    margin-top: 30px;
}
.pricing_tabs_main .nav-pills{
    flex-wrap: nowrap;
    border-bottom: 1px solid #001d39;
}
.pricing_tabs_main .nav-pills .nav-item{
    width: 100%;
}
.pricing_tabs_main .nav-pills .nav-link{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #001d39;
    background-color: transparent;
    border-radius: 0;
}
.pricing_tabs_main .nav-pills .nav-link.active{
    background-color: transparent;
    font-weight: 600;
    color: #3680bb;
    border-bottom: 2px solid #3680bb;
}
.floating_btns_main{
        position: fixed;
        bottom: 25px;
        right: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
.floating_btns_inner{
    position: relative;
    top: 0;
    width: 55px;
    overflow: hidden;
    height: 0px;
    transition: all 1s ease;
}
.floating_icon1{
    position: relative;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .floating_icon1::before{
    content: "";
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(221, 0, 0);
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    border-radius: 50%;
    z-index: 99;
} */
.floating_icon1 .icon-default,
.floating_icon1 .icon-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    transform: scale(1);
    opacity: 1;
}
.floating_icon1 .icon-default {
    z-index: 2;
}
.floating_icon1 .icon-active {
    z-index: 1;
    opacity: 0;
    transform: scale(0.5);
}
.floating_icon1.active .icon-default {
    opacity: 0;
    transform: scale(0.5) rotate(180deg);
}
.floating_icon1.active .icon-active {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    z-index: 2;
}
.floating_btns_inner.active {
    height: 186px;
}
.floating_btns_option_icons{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.floating_icon_inner{
    cursor: pointer;
    display: block;
}
.floating_icon_inner svg{
    height: 55px;
    width: 100%;
}
@media (min-width: 900px) {
    .wa-label { display: inline-flex; }
    .wa-floating { right: 30px; bottom: 30px; }
}
@media (max-width:768px){
    .hero_bar_main_div{
        flex-direction: column;
    }
}
@media (max-width:576px){
    .home_sc5_swiper_main{
        padding: 20px 20px;
    }
    .home_sec3_title h1 {
        color: #001d39;
        font-weight: 700;
        font-size: 28px;
    }
    .home_sec4_title h1 {
        margin-top: 30px;
        color: #001d39;
        font-weight: 700;
        font-size: 28px;
    }
    .home_sec3_swiper_inner_txt h3{
        font-size: 20px;
    }
    .home_sec2_title_inner h1 {
        color: #001d39;
        font-weight: 700;
        font-size: 28px;
    }
    .home_how_it_works_title h1 {
        color: #001d39;
        font-weight: 700;
        font-size: 28px;
    }
    .how_it_works_step {
        margin-bottom: 20px;
    }
    .step_content h3 {
        font-size: 18px;
    }
    .step_content p {
        font-size: 14px;
    }
    .hero_bar_select_div:first-child{
        border-right: none;
    }
    .hero_bar_select_div{
        padding-right: 0px;
    }
    .hero_content_txt_div h1 {
        font-weight: 600;
        font-size: 32px;
        color: #001d39;
    }
    .hero_content_txt_div p {
        font-weight: 400;
        font-size: 18px;
        line-height: 28.5px;
        margin-top: 15px;
    }
    .home_sec2_video video {
        height: 400px;
        width: 100%;
        object-fit: cover;
        margin-top: 20px;
        border-radius: 16px;
    }
}
@media (max-width:480px){
    .home_sec6_clients_main{
        justify-content: center;
    }
}